home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / pack2.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1995-12-30  |  266 b   |  12 lines

  1. on enterFrame
  2.   global numb, yubicurs
  3.   unLoad()
  4.   puppetSound(0)
  5.   set the visible of sprite 30 to 1
  6.   puppetSprite(30, 1)
  7.   set the castNum of sprite 30 to 100 + numb
  8.   set the cursor of sprite 22 to 0
  9.   set the cursor of sprite 30 to yubicurs
  10.   updateStage()
  11. end
  12.